home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / b / b.lha / B / src / bint / b3typ.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-24  |  238 b   |  14 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  2.  
  3. /*
  4.   $Header: b3typ.h,v 1.4 85/08/22 16:48:03 timo Exp $
  5. */
  6.  
  7. /* Type matching */
  8.  
  9. typedef value btype;
  10. btype valtype();
  11. btype loctype();
  12. /* Procedure must_agree(); */
  13.  
  14.